バージョン

Zoombar(String,ZoombarModel,IDictionary<String,Object>) メソッド

指定した id、モデル、および html 属性でズームバーを描画します。
シンタックス
'宣言
 
Public Overloads Function Zoombar( _
   ByVal id As System.String, _
   ByVal zoombarModel As ZoombarModel, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Zoombar( 
   System.string id,
   ZoombarModel zoombarModel,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

id
id。
zoombarModel
ズームバー モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub